Papers with inference-time approach
SelfElicit: Your Language Model Secretly Knows Where is the Relevant Evidence (2025.acl-long)
Copied to clipboard
| Challenge: | Recent studies have found that Language Models struggle to fully comprehend and utilize key evidence from the context. |
| Approach: | They propose an inference-time approach that helps LMs focus on key contextual evidence through self-guided explicit highlighting. |
| Outcome: | The proposed method improves on multiple evidence-based QA tasks while maintaining computational efficiency. |
A Reward-Guided Dual-Phase Framework for Adaptive Inference-Time Reasoning (2026.findings-acl)
Copied to clipboard
Yingqian Cui, Zhenwei Dai, Pengfei He, Bing He, Hui Liu, Zhan Shi, Xianfeng Tang, Jingying Zeng, Suhang Wang, Yue Xing, Jiliang Tang, Benoit Dumoulin
| Challenge: | Large Language Models (LLMs) have made strong progress in reasoning. |
| Approach: | They propose a dual-phase test-time scaling framework that separates planning and execution and performs search over each phase independently. |
| Outcome: | Experiments on math reasoning and code generation benchmarks show that the proposed approach improves accuracy while reducing redundant computation. |
Reward-Guided Tree Search for Inference Time Alignment of Large Language Models (2025.naacl-long)
Copied to clipboard
| Challenge: | Inference-time computation methods enhance performance of Large Language Models by leveraging additional computational resources. |
| Approach: | They propose an inference-time alignment method that leverages a reward model to achieve alignment through reward-guided tree search. |
| Outcome: | The proposed method outperforms other inference-time alignment methods on two benchmarks . it achieves comparable performance to preference-tuned models on both benchmarks, authors show . |
Certified Mitigation of Worst-Case LLM Copyright Infringement (2025.emnlp-main)
Copied to clipboard
| Challenge: | Large language models are trained on vast datasets that include copyrighted material or content with usage restrictions. |
| Approach: | They propose a "copyright takedown" method that provides certified copyright take down . they use a combination of inference-time and rewriting techniques to transform potentially infringing segments . |
| Outcome: | The proposed method reduces infringement risk, preserves utility, and accommodates different levels of enforcement stringency with adaptive abstention. |